You can use the following mask to set a bit in the
windowStateFlags
field of a structure of type BasicWindowDescription
, thereby specifying a transient window state.
enum {
kWindowIsCollapsedState = (1 << 0L)
};
Constant description
kWindowIsCollapsedState
If the bit specified by this mask is set, the window is currently collapsed.